home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / source / jpegagasrc11.lha / jpegagasrc / jpeg / README.AMIGA < prev    next >
Encoding:
Text File  |  1994-10-05  |  959 b   |  26 lines

  1. This directory contains the Independent JPEG Group's JPEG software.
  2. (jpegsrc.V4.tar.Z)
  3. I made no changes to the original distribution but I created
  4. the makefile for gcc on the Amiga and renamed jmemname.c to jmemsys.c.
  5.  
  6. NOTE: Using Aztec C 5.2a and full optimization (option -so) will create
  7. wrong code when compiling for the 68020 processor. In any case, the code
  8. will be much slower than the version created by gcc.
  9.  
  10.  
  11.  
  12. To recompile djpeg and cjpeg with gcc:
  13. (I used version 2.5.8)
  14.  
  15. - edit the file makefile.gcc.amiga and set the compiler options
  16.   according to your processor model
  17.  
  18. - enter "make -f makefile.gcc.amiga" to create cjpeg and djpeg
  19.  
  20. - enter "make -f makefile.gcc.amiga test" to test if the programs
  21.   really work (you need the command cmp into your search path)
  22.   You should not get any error messages.
  23.  
  24. - enter "make -f makefile.gcc.amiga libjpeg.a" to create the linker library
  25.   libjpeg.a, it should be copied then to the gcc:lib directory
  26.